This is... OK. Ideally, you would have separate exceptions for each reasonably distinct situation (e.g. one exception for all "the config file is malformed" ... ... <看更多>
Search
Search
This is... OK. Ideally, you would have separate exceptions for each reasonably distinct situation (e.g. one exception for all "the config file is malformed" ... ... <看更多>
Syntax errors: Errors where the code is not valid Python (generally easy to fix) ... 1 raise RuntimeError("my error message") RuntimeError: my error message. ... <看更多>
face_recognition version: 1.2.3 Python version: 2.7.12 Operating System: Ubuntu 16.04 Description Complete output from command python ... ... <看更多>
RuntimeError : Python version >= 3.7 required. ... Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u4wl0880/numpy/. ... <看更多>
... <看更多>
It simply means that you do not have the correct numpy version for matplotlib. From your Python shell, you are on Mac OS X (Apple). ... <看更多>